Name | Description | |
---|---|---|
![]() | CanSave | Determines whehter the Save operation can be performed. |
![]() | CanSaveAs | Determines whether the SaveAs operation can be performed. |
![]() | CreateDefaultLoadSettings | Creates the default load settings for the given document format. |
![]() | CreateDefaultSaveSettings | Creates the default save settings for the given document format. |
![]() | CreateTask<TTask,TPromiseResult> | Creates a task for loading, saving etc. |
![]() | EndDragging | |
![]() | HideMessage | Hides the currently shown view message, if any. |
![]() | LoadFromFileAsync | Overloaded. Loads the view document from the specified local file. |
![]() | LoadFromLocalFile | Loads a document from the specified file. |
![]() | LoadFromResourceAsync | Loads a document from the given embedded resource using the specified document format. |
![]() | LoadFromStream | Loads the document from the specified stream. |
![]() | LoadFromStreamAsync | Loads a document from the given stream using the specified document format. |
![]() | LoadFromUriAsync | Loads the view - document from the given URI. |
![]() | NewDocumentAsync | Loads a new document in the view. |
![]() | OpenFileAsync | Loads the view document from a file, which the user selects from the OpenFile dialog. |
![]() | SaveAsAsync | Saves the current document to a file, that the user chooses from a Save File Dialog. |
![]() | SaveAsync | Saves the view's document to the file from which it was originally opened. |
![]() | SaveToFileAsync | Overloaded. Saves the document to the specified file. |
![]() | SaveToLocalFile | Saves the document to the specified file. |
![]() | SaveToStream | Saves the document to the specified stream. |
![]() | SaveToStreamAsync | Saves the document to the specified stream. |
![]() | ShowMessage | Overloaded. Shows a view message for an unsuccessful transaciton. |
![]() | StartDragging |